internal/profile.buffer.typ (field)

8 uses

	internal/profile (current package)
		proto.go#L32: 	typ   int
		proto.go#L167: 	b := buffer{data: data, typ: 2}
		proto.go#L209: 	b.typ = int(x & 7)
		proto.go#L212: 	switch b.typ {
		proto.go#L242: 		return nil, fmt.Errorf("unknown wire type: %d", b.typ)
		proto.go#L249: 	if b.typ != typ {
		proto.go#L287: 	if b.typ == 2 {
		proto.go#L321: 	if b.typ == 2 {